home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI256.ASC < prev    next >
Text File  |  1991-09-11  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.   PRODUCT : TURBO PASCAL/BCD            NUMBER : 256 VERSION : 3.01
  11.        OS : MS-DOS, PC-DOS, CP/M-86
  12.      DATE : January  22, 1986                            PAGE : 1/2
  13.     TITLE : PATCH - SANYO, FOR USING IBM PC TURBO PASCAL EDITOR
  14.  
  15.  
  16.  
  17.  
  18.   In order to use the Turbo Pascal editor on a Sanyo  Computer, you
  19.   must first make the following patch to a copy  of  the  TURBO.COM
  20.   file. Use the DOS utility, DEBUG, to make this patch.
  21.  
  22.   Copy TURBO.COM and DEBUG.COM onto a new disk. Then,  use  a  word
  23.   processor  in  a  NON-Document mode, or any other text editor, to
  24.   create a file called INPUTF. Enter the following information into
  25.   the file exactly as shown. Do not enter any blank lines  into the
  26.   file except where shown:
  27.  
  28.  
  29.   A5191
  30.          JZ   513A
  31.  
  32.   A5197
  33.           PUSH BX
  34.           MOV  AH,3
  35.           XOR  BH,BH
  36.           PUSH CX
  37.           INT  10
  38.           POP  CX
  39.           PUSH DX
  40.           MOV  AX,BP
  41.           SHR  AX,1
  42.           MOV  DL,50
  43.           DIV  DL
  44.           XCHG AL,AH
  45.           MOV  DX,AX
  46.           MOV  SI,4EE
  47.           JMP  12D
  48.  
  49.   A12D
  50.           PUSH DX
  51.           PUSH SI
  52.           MOV  AH,2
  53.           INT  10
  54.           POP  SI
  55.           LODSW
  56.           PUSH SI
  57.           MOV  BL,AH
  58.           MOV  AH,9
  59.           PUSH CX
  60.           MOV  CX,1
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.   PRODUCT : TURBO PASCAL/BCD            NUMBER : 256 VERSION : 3.01
  77.        OS : MS-DOS, PC-DOS, CP/M-86
  78.      DATE : January  22, 1986                            PAGE : 2/2
  79.     TITLE : PATCH - SANYO, FOR USING IBM PC TURBO PASCAL EDITOR
  80.  
  81.  
  82.  
  83.  
  84.           INT  10
  85.           POP  CX
  86.           POP  SI
  87.           POP  DX
  88.           INC  DL
  89.           LOOP 12D
  90.           POP  DX
  91.           MOV  AH,2
  92.           INT  10
  93.           POP  BX
  94.           RET
  95.  
  96.   N TURBOS.COM
  97.   W
  98.   Q
  99.  
  100.  
  101.   Now copy this file onto the disk on which you copied Turbo Pascal
  102.   and DEBUG.COM. Then, at the DOS command line type:
  103.  
  104.   A>DEBUG TURBO.COM<INPUTF
  105.  
  106.   Allow  the  screen  to display the  debug  actions  it  is  going
  107.   through, without interruption. When  the  operation  is finished,
  108.   there should be a file called Turbos.Com on the  disk,  which  is
  109.   the new Sanyo compatible Turbo Pascal.
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.